dropdown: Fix popup sizing
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jul 2020 13:07:45 +0000 (09:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jul 2020 18:15:04 +0000 (14:15 -0400)
commitc85e424279c2fdcb712675bb1d905d9daaf1ebf2
treee89e80700bb9717da42669c5f099c1bc91552cab
parent3176d690091ec60d2df2eee4578c74d8d08e41b6
dropdown: Fix popup sizing

Setting a width request is not quite enough, since
gtk_widget_set_size_request() only queues a resize
when the widget is visible. Explicitly force one
here. Without this, the popup sometimes shows up
too small.
gtk/gtkdropdown.c